From 1be5f9149172ceca199e2f5974d2c9dcd8e94a2f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 2 Sep 2010 22:56:41 -0400 Subject: [PATCH] Document --disable-Bsymbolic option --- docs/reference/gtk/building.sgml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index 33064e2494..bb1a8c42c5 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -330,8 +330,8 @@ How to compile GTK+ itself --enable-debug=[no|minimum|yes] - --disable-visibility - --enable-visibility + --disable-Bsymbolic + --enable-Bsymbolic --disable-shm @@ -398,7 +398,7 @@ How to compile GTK+ itself <systemitem>--enable-debug</systemitem> - + Turns on various amounts of debugging support. Setting this to 'no' disables g_assert(), g_return_if_fail(), g_return_val_if_fail() and @@ -415,15 +415,11 @@ How to compile GTK+ itself - <systemitem>--disable-visibility</systemitem> and - <systemitem>--enable-visibility</systemitem> + <systemitem>--disable-Bsymbolic</systemitem> and + <systemitem>--enable-Bsymbolic</systemitem> - The option --disable-visibility - turns off the use of ELF visibility attributes for linking - optimizations. This makes sense while changing GTK+ itself, - since the way in which GTK+ uses visibility attributes - forces a full rebuild of all source files for any header - modification. + The option --disable-Bsymbolic + turns off the use of the -Bsymbolic-functions linker flag. -- 2.30.2